home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / chap.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  44 lines

  1. <search function="chap">
  2.   <name>Chapters|Indigo</name>
  3.   <description>
  4.     Search books, videos, DVDs at Chapters.Indigo.ca.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>chap Ender's Game</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Shopping</category>
  11.   <link>http://chapters.indigo.ca/</link>
  12.   <contributor>Sarah Sweeney</contributor>
  13.   <email>sarah@designshift.com</email>
  14.   <form name="chaptersform"
  15.         action="http://chapters.indigo.ca/search/default.asp"
  16.         method="post">
  17.     <input type="hidden" name="Search_Method" value="QuickSearch" />
  18.     <input type="hidden" name="Search_Phrase_QuickSearch" />
  19.     <input type="hidden" name="Search_Modifier_QuickSearch" value="QuickSearch" />
  20.     <input type="hidden" name="Search_Catalog" value="Books,Video,DVD" />
  21.   </form>
  22.   <script><![CDATA[
  23.     function chap(q, switches)
  24.     { 
  25.       if( nullArgs("chap", q) )
  26.         return false;
  27.  
  28.       if( q == "" )
  29.         openSearchWindow("http://chapters.indigo.ca/");
  30.       else
  31.       {
  32.         document.chaptersform["Search_Phrase_QuickSearch"].value = q;
  33.         submitForm(chaptersform);
  34.       }
  35.     }
  36.   ]]></script>
  37.  
  38.   <copyright>
  39.     Copyright (c) 2002 David Bau
  40.     Distributed under the terms of the
  41.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  42.   </copyright>
  43. </search>
  44.